home *** CD-ROM | disk | FTP | other *** search
- #
- # User-defined Tools
- #
- custom_menu:
- set textColor = color[white on black]
- clear
- set textColor = color[yellow on blue]
- print " ULTIMATE BOOT CD VER 3.2 "
- print " http://www.ultimatebootcd.com/ "
- print " "
- set textColor = color[white on red]
- print " [User-defined Tools] "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[brightgrey on cyan]
- print " Please read the [Customizing Ultimate Boot CD] in ubcd/index.html first to "
- print " understand how to create and add your own boot images to this CD. "
- print " "
- print " The menu file for this screen is found in boot/menus/custom.scn. Use any "
- print " standard text editor to modify the file to add your own boot images. Make sure "
- print " you modify the [Actions] section below to add your own key mappings to launch "
- print " the user-defined boot images. "
- set textColor = color[white on cyan]
- print " "
- set textColor = color[yellow on cyan]
- print " User-defined Section "
- set textColor = color[white on cyan]
- print " [F1] User-defined Program "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- print " "
- set textColor = color[white on blue]
- print " Please select an item (ESC to return to previous menu) "
- set textColor = color[white on black]
-
- #
- # Actions
- #
- getkey 500 goto hddboot80
- if ($lastKey == key[f1]); then memdisk myimage.img
- if ($lastKey == key[esc]); then script main.scn
- goto custom_menu
-
-